Skip to content

发放消费卡

商户通过调用本接口向用户发放消费卡,用户领到卡的同时会领取到一批代金券,消费卡会自动放入卡包中。 官方文档

js
wxpay
.
v3
.
marketing
.
busifavor
.
coupons
.
_card_id_
.
send
.
post
({
appid
,
openid
,
out_request_no
,
send_time
,
}, {
card_id
})
.
then
(
({
data
: {
card_code
,
}, }) => ({
card_code
,
}) )

Released under the MIT License. (SITEMAP)